go/types.Selection.kind (field)

5 uses

	go/types (current package)
		selection.go#L76: 	kind     SelectionKind
		selection.go#L84: func (s *Selection) Kind() SelectionKind { return s.kind }
		selection.go#L96: 	switch s.kind {
		selection.go#L161: 	switch s.kind {
		selection.go#L176: 	if T := s.Type(); s.kind == FieldVal {